home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / misc / Getty_13.lha / Getty-13 / Config / Remote-Startup < prev    next >
AmigaDOS Script File  |  1996-12-07  |  1KB  |  40 lines

  1. .key PORT/K,HOME/K,USER/K,DEVICE/K,UNIT/K,BAUD/K
  2. .bra {
  3. .ket }
  4. ;--------------------------------------------------------------
  5. ;Remote Shell startup for Getty
  6. ;
  7. ;NOTE: If you are using the MultiUser.library keep in mind
  8. ;      that all the files concerning the remote stuff have
  9. ;      to be accessable by *ALL* users!
  10. ;--------------------------------------------------------------
  11.  
  12. FailAt 21
  13.  
  14. IF EXISTS {HOME}/.message
  15.     Type {HOME}/.message
  16.     Ask "<Press a key>"
  17. ENDIF
  18.  
  19. IF EXISTS {HOME}/.profile
  20.     Execute {HOME}/.profile
  21. ENDIF
  22.  
  23. ;--------------------------------------------------------------
  24. ;See note above!
  25.  
  26. Type Getty:Config/Remote-Startup.hlp
  27.  
  28. Alias >NIL: LS    "C:List"
  29. Alias >NIL: CP    "C:Copy"
  30. Alias >NIL: SZ    "Getty:Tools/Transfer P={PORT} L=xprzmodem.library S FILE "
  31. Alias >NIL: RZ    "Getty:Tools/Transfer P={PORT} L=xprzmodem.library R"
  32. Alias >NIL: FTP   "Getty:Tools/Ftp PORT={PORT}"
  33. Alias >NIL: WHO   "SYS:MultiUser/Bin/MWho"
  34. Alias >NIL: MORE  "Getty:Tools/More"
  35. Alias >NIL: CHAT  "Getty:Tools/Chat {USER}"
  36. Alias >NIL: HELP  "C:Type Getty:Config/Remote-Startup.hlp"
  37. Alias >NIL: EXIT  "C:Endcli"
  38.  
  39.  
  40.